projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ddef9c
)
(WM_EMACS_TOGGLE_LOCK_KEY): New define.
author
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:54:30 +0000
(23:54 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:54:30 +0000
(23:54 +0000)
src/w32term.h
patch
|
blob
|
history
diff --git
a/src/w32term.h
b/src/w32term.h
index 95c9b928be9c3344dbf2e3a12ea5660a8652a11c..0cfa6ffce5b387b57d728a98b863498b6c7d4d39 100644
(file)
--- a/
src/w32term.h
+++ b/
src/w32term.h
@@
-628,7
+628,8
@@
extern void w32_unload_font ();
#define WM_EMACS_SETKEYBOARDLAYOUT (WM_EMACS_START + 11)
#define WM_EMACS_REGISTER_HOT_KEY (WM_EMACS_START + 12)
#define WM_EMACS_UNREGISTER_HOT_KEY (WM_EMACS_START + 13)
-#define WM_EMACS_END (WM_EMACS_START + 14)
+#define WM_EMACS_TOGGLE_LOCK_KEY (WM_EMACS_START + 14)
+#define WM_EMACS_END (WM_EMACS_START + 15)
#define WND_FONTWIDTH_INDEX (0)
#define WND_LINEHEIGHT_INDEX (4)